home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_4 / vark15 / utils p-z / scrolltitle.lha / scrolltitle / scrolltitle.readme < prev   
Text File  |  1996-06-08  |  3KB  |  120 lines

  1. ScrollTitle
  2. ===========
  3.  
  4. Version 1.0
  5. Copyright ©1996 Henrik Isaksson
  6.  
  7. This software is subject to the "Standard Amiga FD-Software Copyright Note".
  8. It is MAILWARE as defined in paragraph 4s.
  9. For more information please read "AFD-COPYRIGHT" (Version 1 or higher).
  10.  
  11. What is this?
  12. =============
  13.  
  14. ScrollTitle is a little hack that lets you scroll the windows' titles, or
  15. just change it, if that's what you want.
  16. Some windows don't like to have their titles changed, especially the
  17. Workbench windows.
  18.  
  19. Installation
  20. ============
  21.  
  22. Just copy the executable, ScrollTitle, to C: for example. Done!
  23.  
  24. How to use it
  25. =============
  26.  
  27. Usage
  28. =====
  29.  
  30. ScrollTitle [WINDOW] <window title> [TEXT <new title>] [SCREENTITLE] [ALL]
  31.         [NOSCROLL] [WAITWIN] [PRIORITY <pri>] [SCAN] [AUTOSCROLL]
  32.         [SCREEN <public screen>] [UPDATE <update] [DELAY <time>]
  33.  
  34. WINDOW      - The title of the window(s) to change. Wildcards can be used.
  35. TEXT        - The new window title. See 'String format' below for
  36.               formatting codes.
  37. SCREENTITLE - Change the screen title too.
  38. ALL         - Don't exit when the last window is closed, wait for new
  39.           windows to be opened. Must be combined with SCAN to
  40.           work.
  41. NOSCROLL    - Don't scroll the title.
  42. DELAY       - The time in 1/50 seconds between each move.
  43.           0   = fastest.
  44.           5   = default.
  45.           500 = s l o w e s t. (10 s)
  46. WAIT        - Wait until the requested window is opened.
  47.           Use this if the window has not been opened at the time
  48.           you run the command.
  49. PRI         - Task priority. Don't set it higher than 0.
  50.           -127 = lowest.
  51.            -50 = default.
  52.            128 = highest.
  53. SCAN        - Scan the list of windows for new windows wich matches the
  54.               argument given in WINDOW. If you don't combine this with
  55.           ALL, only the active window title will be scrolled.
  56. AUTO        - Only scroll the title if it is too long to be shown in the
  57.               titlebar.
  58. SCREEN      - Public screen to search for windows.
  59. UPDATE      - The delay between each update. This is measured in in the
  60.           time period entered in DELAY. The default is 5 DELAYs.
  61.  
  62. String format
  63. =============
  64.  
  65. $t    -    Total free memory
  66. $c    -    Free chip
  67. $f    -    Free fast
  68. $H    -    Hours
  69. $M    -    Minutes
  70. $S    -    Seconds
  71. $y    -    Year
  72. $m    -    Month
  73. $d    -    Day
  74. $>    -    Original window title
  75. $-    -    First word in original title
  76. $[xx]    -    Environment variable xx
  77. $$    -    A dollar sign ($).
  78.  
  79. This is the default title:
  80. "Amiga Workbench --- Total: $t, Chip: $c, Fast: $f --- $y.$m.$d $H:$M --- "
  81.  
  82. Some examples
  83. =============
  84.  
  85. If you want to change a window to show the default text:
  86.  
  87. RUN C:ScrollTitle <name of the window>
  88.  
  89. Here's another example that will affect all windows whose names contains
  90. an A:
  91.  
  92. RUN C:ScrollTitle "#?A#?" TEXT "The new text!" SCAN
  93.  
  94. (SCAN tells the program to check for new windows.)
  95. (TEXT is the new title you want to be used.)
  96.  
  97. This will make all shell windows into clocks!:
  98. (put in the startup-sequence)
  99.  
  100. RUN C:ScrollTitle "amigashell" TEXT "$H:$M:$S" NOSCROLL ALL WAIT SCAN
  101.  
  102. The author
  103. ==========
  104.  
  105. Send bug reports, comments or money (if have too much) to:
  106.  
  107. henriki@pluggnet.se
  108.  
  109. Henrik Isaksson
  110. Garvarvägen 33
  111. S-950 40 Töre
  112. SWEDEN
  113.  
  114. http://hotspot.pluggnet.se/~henriki
  115.  
  116. *--------------------------------------------------*
  117. |Only Amiga makes it possible! Or have You seen any|
  118. |any scrolling window titles on any other platform?|
  119. *--------------------------------------------------*
  120.